Add reproducible make targets for catalog and certified charts#1301
Merged
Conversation
tamalsaha
force-pushed
the
catalog-make-targets
branch
from
July 13, 2026 04:37
8ecc4e5 to
6c1594e
Compare
- Add install-image-packer / install-chart-packer targets that fetch pinned binaries into bin/$(OS)_$(ARCH) - Add update-chart-dependencies, update-certified-charts, update-catalog and verify-catalog targets; wire verify-catalog into verify - Switch CI workflows to the new make targets for installing image-packer and updating chart dependencies Signed-off-by: Tamal Saha <tamal@appscode.com>
tamalsaha
force-pushed
the
catalog-make-targets
branch
from
July 13, 2026 04:48
6c1594e to
b405684
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the catalog-tooling changes from
kubedb.dev/installerto this repo.Makefile
install-image-packer/install-chart-packer— fetch pinned binaries intobin/$(OS)_$(ARCH).update-chart-dependencies— wrapshack/scripts/update-chart-dependencies.sh.update-certified-charts— regeneratesace-installer-certified/ace-installer-certified-crdsviachart-packer crd-less/crd-only, with a guard that revertsChart.lockwhen only thegenerated:timestamp changed.update-catalog— runs the catalog image-list regeneration.verify-catalog— new gate wired intoverify:somake cifails if the committed catalog/certified charts are stale.Workflows
ci.yml,publish-oci.yml,release.yml: usemake update-chart-dependenciesand install image-packer viamake install-image-packer.cve-report.yml: install image-packer viamake install-image-packerand addbin/linux_amd64to$GITHUB_PATH.Notes
update-certified-chartswas a no-op against the current tooling (only a generatedChart.lockwas added). Thecatalog/image lists were left unchanged — they are regenerated bymake update-catalogin CI, which has registry access to enumerate the editor/feature charts.